home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue39 / construc / SPLASH.DFM / SPLASH.txt
Encoding:
Text File  |  1998-10-06  |  862 b   |  39 lines

  1. object SplashForm: TSplashForm
  2.   Left = 242
  3.   Top = 181
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'VisitBob Server'
  7.   ClientHeight = 135
  8.   ClientWidth = 611
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object VisitorTracking: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 611
  24.     Height = 134
  25.     Align = alTop
  26.     Alignment = taCenter
  27.     Caption = 'Website Visitor Tracking Information Server'
  28.     Color = clYellow
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clMaroon
  31.     Font.Height = -48
  32.     Font.Name = 'Comic Sans MS'
  33.     Font.Style = []
  34.     ParentColor = False
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38. end
  39.